Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.settings
Package-level
declarations
Functions
Functions
Settings
Screen
Link copied to clipboard
@
Composable
fun
SettingsScreen
(
viewModel
:
RadioConfigViewModel
=
hiltViewModel()
,
uiViewModel
:
UIViewModel
=
hiltViewModel()
,
onNavigate
:
(
Route
)
->
Unit
=
{}
)